home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2004 November
/
PCU1104CD1.iso
/
resource
/
design
/
files
/
advefft.exe
/
{app}
/
templates
/
dissolvemessage.swf
/
scripts
/
frame_8
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-04-29
|
260 b
|
20 lines
if(getProperty("mama", _currentframe) == 9)
{
ii++;
if(ii >= maxitems)
{
ii = 0;
}
}
if(getProperty("mama", _currentframe) < 18)
{
gotoAndPlay(_currentframe - 1);
}
else
{
tellTarget("mama")
{
stop();
}
}